home *** CD-ROM | disk | FTP | other *** search
/ Learn Microsoft Visual Basic 6.0 Now / Learn Microsoft Visual Basic 6.0 Now (Microsoft Press)(X03-58607)(1998).ISO / media / chap03 / b03a005.cc2 < prev    next >
Text File  |  1998-06-07  |  941b  |  22 lines

  1. 0, In this chapter, you will learn how to 
  2. 2, present choices to the user with 
  3. 4, professional-looking menus and dialog boxes. 
  4. 8, First, you'll learn how to add menus and 
  5. 11, commands to your application with the Menu 
  6. 13, Editor, a special tool in the Visual 
  7. 15, Basic development environment. You will 
  8. 18, learn the important programming 
  9. 19, conventions for naming menus and also how to 
  10. 22, enhance menu commands with access keys and 
  11. 25, shortcut keys. Next, you will learn how to 
  12. 29, process menu choices with the program 
  13. 31, code in event procedures. You will learn 
  14. 34, how to enable and disable menu items and 
  15. 37, how to call a function with a menu 
  16. 39, command. Finally, you will learn how to 
  17. 42, create a common dialog object on your form 
  18. 45, and use it to display one of five 
  19. 47, standard dialog boxes. These useful dialog box 
  20. 50, types include Open, Save As, Print, 
  21. 54, Font, and Color.
  22. 56, END